
default vesamenu.c32
timeout 50
menu vshift 10
menu rows 10
menu margin 8
menu background splash.png
menu autoboot Starting Fedora in # second{,s}. Press any key to interrupt.

# Clear the screen when exiting the menu, instead of leaving the menu displayed.
# For vesamenu, this means the graphical background is still displayed without 
# the menu itself for as long as the screen remains in graphics mode.

menu clear

menu title Fedora 14 (64-bit)

# Title bar
menu color title 0 #ffffffff #00000000 *

# Border Area
menu color border * #00000000 #00000000 none

# Unselected menu item
menu color unsel 0 #ffffffff #00000000 *

# Unselected hotkey
menu color hotkey 0 #ffffffff #00000000 none

# Selection bar
menu color sel 0 #ff7598ce #00000000 none

# Selected hotkey
menu color hotsel 0 #ffffffff #00000000 none

# Press [Tab] message
menu color tabmsg 0 #ffb2c7e5 #00000000 none

# Timeout message
menu color timeout_msg 0 #ffb2c7e5 #00000000 none

# Timeout counter
menu color timeout * #ffffffff #00000000 none

# Command line
menu color cmdline 0 #ffb2c7e5 #ff182642 none

# Command line marker
menu color cmdmark 0 #00000000 #00000000 none

# Helptest
menu color help 0 #ffffffff #00000000 none

menu hidden
menu hiddenrow 5
label linux0
  menu default
  menu label Start Fedora.
  kernel vmlinuz0
  append initrd=initrd0.img root=live:UUID=11BC-E36C rootfstype=vfat ro liveimg quiet  rhgb rd_NO_LUKS rd_NO_MD rd_NO_DM  
menu separator
label linux0
  text help 
	Try this option out if you're having trouble starting Fedora.
  endtext
  menu label Start Fedora in basic graphics mode.
  kernel vmlinuz0
  append initrd=initrd0.img root=live:UUID=11BC-E36C rootfstype=vfat ro liveimg quiet  rhgb rd_NO_LUKS rd_NO_MD rd_NO_DM xdriver=vesa nomodeset 
label check0
  menu label Test your Fedora media & start Fedora.
  kernel vmlinuz0
  append initrd=initrd0.img root=live:UUID=11BC-E36C rootfstype=vfat ro liveimg quiet  rhgb  check
label memtest
  menu label Run a memory test.
  kernel memtest
menu separator


#label local
#  menu label Boot from local drive
#  localboot 0xffff
  

